home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / MacOberon / MacOberon (tools) / ApplCatalog.Txt (.txt) < prev    next >
Encoding:
Oberon Text  |  1991-02-14  |  7.5 KB  |  137 lines  |  [.Ob./.Ob2]

  1. Syntax10.Scn.Fnt
  2. Syntax10m.Scn.Fnt
  3. Syntax10i.Scn.Fnt
  4. Syntax10b.Scn.Fnt
  5. Applications
  6. name in parentheses means that the program is not supported, i.e. documentation, bug fixes and updates for new Oberon releases are not guaranteed.
  7. category
  8.     name    source    short description
  9. texts
  10.     Edit    JG    standard text editor
  11.     Ed    gri    simple program editor
  12.     EditKeys    cas    keyboard macros for EdiT and ET
  13.     Write    cas    text editor
  14. elements
  15.     ChaosElems    cp    pendulum simulation
  16.     ChartElems    cp    simple horizontal and vertical bar charts
  17.     ClockElems    mf    analog clock
  18.     ErrorElems    cas    syntax error messages in text
  19.     FoldElems    HM    hierarchical folding of Write text
  20.     GraphicElems    cas    Draw graphs as elements
  21.     LineElems    cas    thin lines
  22.     PopupElems    mf    popup menus
  23.     StyleElems    cas    named auto-conforming parcs
  24. graphics
  25.     Draw    NW    standard graphics editor
  26.     Paint    kr    bitmap editor
  27. documents
  28.     Leda    uh    document editor
  29.     TBoxKeys    cas    keyboard macros for Leda
  30. programming
  31.     Browser    jot    symbol file decoder
  32.     Compiler    mf    standard Oberon compiler
  33.     Def    cas    definition projector
  34.     RX    mb    regular expression search, grep
  35. files
  36.     Hex    cas    file editor
  37.     Notes    kr    filing utility
  38. communication
  39.     Net    NW    file transfer and e-mail
  40. miscellaneous
  41.     Agenda    cas    calendar entry manager
  42.     AlarmClock    cas    notification manager
  43. Descriptions
  44. docu Oberon Guide
  45. Simple program editor, essentially based on Edit but supporting (auto-) indentation, search & replace and cursor keys.
  46. docu none
  47. EditKeys
  48. User-definable keyboard macros for text editors. Allows expansion of character patterns preceding the caret using a definable hot-key. Macros are defined in one or more standard text files using a simple syntax. A default macro file is read in when loading the module. So far interfaced to (->) EdiT and (->) ET.
  49. docu see EditKeys.Text
  50. Write
  51. Write is an extensible text editor. Extensions can be done at the character level, they are called elements (see category below). Write can be used for programming as well as for writing simple documents.
  52. docu see Write.Tool
  53. elements
  54.     There is a documentation of Write elements:
  55.         Net.ReceiveFiles Pluto Elems:Elem.Guide.Txt~
  56. ChaosElems
  57. Simulation of a simple physical system exhibiting deterministic chaos.
  58. docu ChaosElems.Insert width height            middle click on element starts / stops simulation
  59. ChartElems
  60. Rectangular elements are used for the creation of bar charts.
  61. docu Write.Open ChartElems.Txt~
  62. ClockElems
  63. Lets analog clocks flow in the text.
  64. docu ClockElems.Insert [radius]
  65. FoldElems
  66. Allows hierarchical folding of text stretches.
  67. docu Write.Open FoldDemo.Txt~
  68. GraphicElems
  69. Illustrations produced with the Draw editor can be inserted into Write texts.
  70. docu Write.Open Write.Guide.Txt~
  71. IconElems
  72. Active elements which display a "movie" consisting of several icons, which are stored in a separate file. Clicking on the middle button starts a screen saver.
  73. docu IconElems.Insert
  74. LineElems
  75. Line elements can be used e.g. for the creation of tables or to structure a text.
  76. docu Write.Open Write.Guide.Txt~
  77. PopupElems
  78. Allows insertion of popup menus into text.
  79. docu Write.Open Write.Guide.Txt~
  80. StyleElems
  81. Style elements can be used to introduce named formatting styles into Write texts.
  82. docu Write.Open Elem.Guide.Txt~
  83. graphics
  84. docu Write.Open Draw.Doc~
  85. documents
  86. docu Leda.Open Leda.Doc~
  87. TBoxKeys
  88. User-definable keyboard macros for (->) Leda Textboxes. Allows expansion of character patterns preceding the
  89. caret using a definable hot-key. Macros are defined in one or more standard text files using a simple syntax. A default macro file is read in when loading the module; it already contains sample macros for writing purposes.
  90. using Leda
  91. docu see TBoxKeys.Text
  92. programming
  93. Browser
  94. docu see Browser.Tool ~
  95. Compiler
  96. docu Leda.Open MacOberonRef.Doc ~
  97. Extracts the formatted definition of any Oberon or Object Oberon source module. Maintains most of the textual formatting and supports "exported comments" appearing in the projection. In principle, comparable to (->) Browser, the comment and format maintaining result contains more information but requires the module's source text.
  98. docu see Def.Tool
  99. Allows to search and to replace in standard texts using regular expressions. Matched subexpressions in the search pattern can be named and referred to in the replace pattern, allowing a wide range of different text modifications. Alternatively, lines containing a certain pattern can be extracted from a file and displayed in a separate viewer.
  100. docu see RX.Tool~
  101. files
  102. Displays arbitrary files in three columns: relative address (position in file), numeric dump, and ASCII dump. Bases of address and numeric columns (default is hexadecimal) and the formatting of the numeric column can be set. Numeric and ASCII columns can be edited. Inspection of open files appearing as addresses within Trap viewers is possible.
  103. docu see Hex.Tool
  104. Notes
  105. docu see Notes.Tool
  106. miscellaneous
  107. Agenda
  108. Defines a simple syntax to maintain calendar entries in standard text files.  Supports installation of events of the
  109. day in (->) AlarmClock.  Produces summaries of the events for: today, tomorrow, current week, next week, current month, any month of the year.
  110. docu see Agenda.Tool
  111. AlarmClock
  112. Displays current time/date information in a special viewer's menu bar.  Supports installation of extensible timed events. If the alarm time of such an event is reached, an unobtrusive signal (blinking clock) informs the user. The user in turn may use a command to ask for the event which leads to an up-call of an event specific handler.
  113. docu see Agenda.Tool
  114. WriteParcs.Alloc
  115. WriteParcs.Alloc
  116. WriteParcs.Alloc
  117. WriteParcs.Alloc
  118. WriteParcs.Alloc
  119. WriteParcs.Alloc
  120. WriteParcs.Alloc
  121. WriteParcs.Alloc
  122. WriteParcs.Alloc
  123. WriteParcs.Alloc
  124. WriteParcs.Alloc
  125. WriteParcs.Alloc
  126. WriteParcs.Alloc
  127. WriteParcs.Alloc
  128. WriteParcs.Alloc
  129. WriteParcs.Alloc
  130. WriteParcs.Alloc
  131. WriteParcs.Alloc
  132. WriteParcs.Alloc
  133. WriteParcs.Alloc
  134. WriteParcs.Alloc
  135. WriteParcs.Alloc
  136. WriteParcs.Alloc
  137.